projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1ee81
)
Add OpenBSD clause to set $machine.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Sep 1997 19:42:31 +0000
(19:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Sep 1997 19:42:31 +0000
(19:42 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index a02889e83a2e381b38279c5e1a1dafa7cadc6dc0..b9742b652436acb502c7c2fb4dbe81d8219d7195 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-175,6
+175,19
@@
case "${canonical}" in
esac
;;
+ ## OpenBSD ports
+ *-*-openbsd* )
+ opsys=openbsd
+ case "${canonical}" in
+ alpha-*-openbsd*) machine=alpha ;;
+ i386-*-openbsd*) machine=intel386 ;;
+ m68k-*-openbsd*) machine=hp9000s300 ;; # This is somewhat bogus.
+ ns32k-*-openbsd*) machine=ns32000 ;;
+ sparc-*-openbsd*) machine=sparc ;;
+ vax-*-netbsd*) machine=vax ;;
+ esac
+ ;;
+
## Acorn RISCiX:
arm-acorn-riscix1.1* )
machine=acorn opsys=riscix1-1